body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
    /* 默认有边距，都要清除 */
    margin: 0;
    padding: 0;
    /*字体设置*/
    font-size: 16px;
    font-family: "Microsoft Yahei", sans-serif;
    /* 去掉列表的原点 */
    list-style: none;
    /* 默认鼠标 */
    cursor: default;
}

/*行内块元素*/
input,
img {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom;
}

/*行内元素*/
a,
a:active,
a:visited {
    /*下划线和颜色*/
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
}

a:hover {
    color: #0457b7;
}

textarea {
    /* 边框清零 */
    border: none;
    /* 轮廓线清零 */
    outline: none;
    /* 防止文本域被随意拖拽 */
    resize: none;
}

i {
    /*文字样式*/
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 使用伪元素清除浮动 */
.clearfix::before,
.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}

/* .clearfix {
    *zoom: 1;
} */

/* 版心*/
.w {
    width: 1400px;
    margin: 0 auto;
}

/*可选*/
/*单选框和复选框的配置，一般是分开的*/
input[type="radio"],
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}

label {
    display: inline-block;
    cursor: pointer;
}

label input[type="radio"]+span,
label input[type="checkbox"]+span {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../images/nocheck.png") no-repeat;
}

label input[type="radio"]:checked+span,
label input[type="checkbox"]:checked+span {
    background: url("../images/check.png") no-repeat;
}

label input[type="radio"]:checked~i,
label input[type="checkbox"]:checked~i {
    color: #38d6ff;
}

/*可选*/
/* 自定义数字框配置 */
input[type="number"] {
    width: 76px;
    height: 36px;
    background-color: rgba(5, 45, 82, 0.4);
    border: 2px solid #ccc;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"]+div {
    width: 30px;
    height: 40px;
    padding-left: 2px;
    cursor: pointer;
}

input[type="number"]+div>.count_add {
    display: block;
    width: 28px;
    height: 19px;
    background: url("../images/count_add.png") no-repeat;
    background-size: contain;
    margin-bottom: 2px;
}

input[type="number"]+div>.count_subtract {
    display: block;
    width: 28px;
    height: 19px;
    background: url("/images/count_subtract.png") no-repeat;
    background-size: contain;
}

/* 通用二级页面头部 */
/* 头 */
/* .lzqzf-toolbar {
    background-color: #1C5FB0;
    widows: 100%;
    height: 50px;
}

.lzqzf-toolbar-box {
    line-height: 50px;
}

.lzqzf-toolbar-box dt a {
    font-size: 14px;
    color: #eee;
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
}

.lzqzf-toolbar-box dt a:hover {
    color: #fff;
}

.lzqzf-banner-box {
    background: url(/images/banner-l.png) center top;
    height: 300px;
}

.lzqzf-banner dl {
    padding-top: 85px;
}

.search-dt {
    display: grid;
    grid-template-columns: 400px 240px 50px 500px;
    grid-template-rows: 65px;
    grid-template-areas: 'a b c d';
}

.lzqzf-banner dl dt .form-find {
    grid-area: b;
    border: 2px red solid;
    width: 287px;
    height: 40px;
    border-radius: 10px;
    margin-top: 20px;
}

.lzqzf-banner dl dt form a {
    grid-area: c;
    background-color: red;
    border: 2px red solid;
    border-radius: 10px;
    height: 40px;
    margin-top: 20px;
}

.lzqzf-banner dl dt form a img {
    width: 32px;
    margin-top: 4px;
    margin-left: 5px;
}

.nav-box {
    background-color: #1C5FB0;
    height: 64px;
    width: 100%;
}

.nav-inner {
    height: 64px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.nav-inner li {
    font-size: 22px;
    color: #ffffff;
    padding: 0 36px;
}

.nav-inner li:hover {
    background-color: #00387c;
}

.nav-inner li a {
    color: #ffffff;
} */

/* 通用底部 */
/* .footer {
    padding-top: 70px;
    width: 100%;
    float: left;
}

.yqlj {
    height: 50px;
    background-color: #1c5fb0;
    border-top: #fff 1px solid;
}

.yqlj ul {
    padding-left: 285px;
}

.yqlj ul li {
    float: left;
    padding-right: 50px;
}

.yqlj ul li a {
    float: left;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
}

.wzbs {
    width: 1200px;
    height: 150px;
    padding-top: 20px;
    margin: 0 auto;
    line-height: 32px;
}

.wzbs ul li {
    float: left;
    margin-left: 30px;
}

.wzbs div {
    float: left;
    margin-left: 60px;
}

.wzbs div a {
    color: #000;
}

.wzbs div p {
    color: #000;
} */